home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Futurshow - Un Taglio Al Passato
/
Futurshow - Un Taglio Al Passato.iso
/
pc
/
uff4.dir
/
00003_Script_3
< prev
next >
Wrap
Text File
|
1998-03-11
|
416b
|
13 lines
on mouseEnter me
set sN=the spriteNum of me
put the name of the member of sprite sN into temp
put char 1 to length(temp)-1 of temp into temp
set the member of sprite sN to member (temp&"1")
end
on mouseLeave me
set sN=the spriteNum of me
put the name of the member of sprite sN into temp
put char 1 to length(temp)-1 of temp into temp
set the member of sprite sN to member (temp&"0")
end